home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / pc / yarikon / wevent12.dxr / 00006.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  565 b   |  22 lines

  1. on enterFrame
  2.   global ayumi, syu, mayu, drink, tired, samasu
  3.   set samasu to 1
  4.   puppetSprite(16, 1)
  5.   puppetSprite(17, 1)
  6.   puppetSprite(18, 1)
  7.   puppetSprite(19, 1)
  8.   puppetSprite(20, 1)
  9.   set the castNum of sprite 16 to 238 + ayumi
  10.   set the castNum of sprite 17 to 238 + syu
  11.   set the castNum of sprite 18 to 238 + mayu
  12.   set the castNum of sprite 19 to 249 + drink
  13.   set the castNum of sprite 20 to 249 + tired
  14. end
  15.  
  16. on exitFrame
  17.   global volume, slide
  18.   set volume to the soundLevel
  19.   set the visible of sprite 14 to 0
  20.   set the visible of sprite 15 to 0
  21. end
  22.